home *** CD-ROM | disk | FTP | other *** search
/ Ghost Rider iactivecard / Ghost Rider iactivecard.iso / pc / chopper_shop.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2007-04-10  |  359 b   |  20 lines

  1. stop();
  2. decalFinder();
  3. _root.doorID = false;
  4. print_btn.onRelease = function()
  5. {
  6.    var _loc1_ = new PrintJob();
  7.    if(_loc1_.start())
  8.    {
  9.       if(!_loc1_.addPage("poster",{xMin:0,xMax:612,yMin:0,yMax:792},{printAsBitmap:true}))
  10.       {
  11.       }
  12.    }
  13.    _loc1_.send();
  14.    false;
  15. };
  16. back.onRelease = function()
  17. {
  18.    gotoAndStop("plate");
  19. };
  20.